PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.colors Package / PDFRgbColor Class


In This Topic
    PDFRgbColor Class Methods
    In This Topic

    For a list of all members of this type, see PDFRgbColor members.

    Public Methods
     NameDescription
    Public MethodCopies this color.  
    Public MethodDetermines whether the specified Object is equal to the current Object.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.colors.PDFColor)
    Public Methodstatic (Shared in Visual Basic)Creates a RGB color from hex representation.  
    Public MethodGets the blue component.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the colorspace. (Inherited from com.o2sol.pdf4java.graphics.colors.PDFColor)
    Public MethodGets the green component.  
    Public MethodGets the red component.  
    Public MethodServes as the default hash function.  
    Public MethodSets the blue component.  
    Public MethodSets the green component.  
    Public MethodSets the red component.  
    Public MethodConverts the color to hex representation.  
    Public MethodConverts this color to RGB.  
    Top
    See Also